public inbox for [email protected]
help / color / mirror / Atom feedPatch to fix copyright
5+ messages / 3 participants
[nested] [flat]
* Patch to fix copyright
@ 2008-02-27 03:27 Joshua D. Drake <[email protected]>
2008-02-27 03:41 ` Re: Patch to fix copyright Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Joshua D. Drake @ 2008-02-27 03:27 UTC (permalink / raw)
To: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
copyright said 2007, fix to 2008
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHxNiwATb/zqfZUUQRAmHMAJ96b3wg2Dgxn5Ceuqbnq/zUja7s9wCeMhMo
xMGCXa2EPAkczALFe+4M1eM=
=s7GR
-----END PGP SIGNATURE-----
Attachments:
[text/x-patch] copyright.diff (1.4K, 2-copyright.diff)
download | inline diff:
Index: template/common.html
===================================================================
--- template/common.html (revision 1936)
+++ template/common.html (working copy)
@@ -81,7 +81,7 @@
</div>
<div id="pgFooter">
<a href="/about/privacypolicy" class="navFooter">func_lang("Privacy Policy")</a> | {site_type} func_lang("hosted by") <a href="{site_hosted_url}">{site_hosted_by}</a> | func_lang("Designed by") <a href="http://www.tinysofa.com/">tinysofa</a><br />
- func_lang("Copyright") © 1996 – 2007 PostgreSQL Global Development Group
+ func_lang("Copyright") © 1996 – 2008 PostgreSQL Global Development Group
</div>
</div>
</div>
Index: template/common-docs.html
===================================================================
--- template/common-docs.html (revision 1936)
+++ template/common-docs.html (working copy)
@@ -43,7 +43,7 @@
<div id="docFooter">
<a href="/about/privacypolicy">func_lang("Privacy Policy")</a> | {site_type} func_lang("hosted by") <a href="{site_hosted_url}">{site_hosted_by}</a> | func_lang("Designed by") <a href="http://www.tinysofa.com/">tinysofa</a><br />
-func_lang("Copyright") © 1996 – 2007 func_lang("PostgreSQL Global Development Group")
+func_lang("Copyright") © 1996 – 2008 func_lang("PostgreSQL Global Development Group")
</div>
</div>
</div>
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Patch to fix copyright
2008-02-27 03:27 Patch to fix copyright Joshua D. Drake <[email protected]>
@ 2008-02-27 03:41 ` Joshua D. Drake <[email protected]>
2008-02-29 17:41 ` Re: Patch to fix copyright Stefan Kaltenbrunner <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Joshua D. Drake @ 2008-02-27 03:41 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: pgsql-www
On Tue, 26 Feb 2008 19:27:42 -0800
"Joshua D. Drake" <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> copyright said 2007, fix to 2008
BTW this was reported by: "William Byrne"
--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit
Attachments:
[application/pgp-signature] signature.asc (189B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Patch to fix copyright
2008-02-27 03:27 Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-27 03:41 ` Re: Patch to fix copyright Joshua D. Drake <[email protected]>
@ 2008-02-29 17:41 ` Stefan Kaltenbrunner <[email protected]>
2008-02-29 17:41 ` Re: Patch to fix copyright Joshua D. Drake <[email protected]>
2008-03-05 11:01 ` Re: Patch to fix copyright Magnus Hagander <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: Stefan Kaltenbrunner @ 2008-02-29 17:41 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: pgsql-www
Joshua D. Drake wrote:
> On Tue, 26 Feb 2008 19:27:42 -0800
> "Joshua D. Drake" <[email protected]> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> copyright said 2007, fix to 2008
>
> BTW this was reported by: "William Byrne"
thx & applied - maybe we should actually do this dynamically so that we
won't forget in the future ?
Stefan
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Patch to fix copyright
2008-02-27 03:27 Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-27 03:41 ` Re: Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-29 17:41 ` Re: Patch to fix copyright Stefan Kaltenbrunner <[email protected]>
@ 2008-02-29 17:41 ` Joshua D. Drake <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Joshua D. Drake @ 2008-02-29 17:41 UTC (permalink / raw)
To: Stefan Kaltenbrunner <[email protected]>; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 29 Feb 2008 18:41:54 +0100
Stefan Kaltenbrunner <[email protected]> wrote:
> Joshua D. Drake wrote:
> > On Tue, 26 Feb 2008 19:27:42 -0800
> > "Joshua D. Drake" <[email protected]> wrote:
> >
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> copyright said 2007, fix to 2008
> >
> > BTW this was reported by: "William Byrne"
>
> thx & applied - maybe we should actually do this dynamically so that
> we won't forget in the future ?
Its an easy enough fix in php. I wouldn't be opposed.
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHyEPgATb/zqfZUUQRAjxDAJ9k+MpcFXhZyrfD7NK/jYCbK7A+PwCfZNG3
AaddjkbbGOdhzKWq3qZQd4A=
=RyYo
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Patch to fix copyright
2008-02-27 03:27 Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-27 03:41 ` Re: Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-29 17:41 ` Re: Patch to fix copyright Stefan Kaltenbrunner <[email protected]>
@ 2008-03-05 11:01 ` Magnus Hagander <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Magnus Hagander @ 2008-03-05 11:01 UTC (permalink / raw)
To: Stefan Kaltenbrunner <[email protected]>; +Cc: Joshua D. Drake <[email protected]>; pgsql-www
On Fri, Feb 29, 2008 at 06:41:54PM +0100, Stefan Kaltenbrunner wrote:
> Joshua D. Drake wrote:
> >On Tue, 26 Feb 2008 19:27:42 -0800
> >"Joshua D. Drake" <[email protected]> wrote:
> >
> >>-----BEGIN PGP SIGNED MESSAGE-----
> >>Hash: SHA1
> >>
> >>copyright said 2007, fix to 2008
> >
> >BTW this was reported by: "William Byrne"
>
> thx & applied - maybe we should actually do this dynamically so that we
> won't forget in the future ?
It's now done dynamically.
//Magnus
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2008-03-05 11:01 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-02-27 03:27 Patch to fix copyright Joshua D. Drake <[email protected]>
2008-02-27 03:41 ` Joshua D. Drake <[email protected]>
2008-02-29 17:41 ` Stefan Kaltenbrunner <[email protected]>
2008-02-29 17:41 ` Joshua D. Drake <[email protected]>
2008-03-05 11:01 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox