From bb9c28745ae254b832805e5d41f2a5e6c3cb8f40 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 13 Mar 2011 12:52:46 -0400 Subject: [PATCH] license: Update copyright notices. --- src/engine/engine.c | 2 +- src/engine/modplug-types.h | 2 +- src/engine/music-dummymod.c | 2 +- src/engine/music-modplug.c | 2 +- src/engine/music-module.h | 2 +- src/engine/music.c | 2 +- src/engine/music.h | 2 +- src/engine/texture.c | 2 +- src/engine/texture.h | 2 +- src/libupkg.c | 2 +- src/pack.c | 2 +- src/pack.h | 2 +- src/uobject/exportable.c | 2 +- src/uobject/exportable.h | 2 +- src/uobject/loadable.c | 2 +- src/uobject/loadable.h | 2 +- src/uobject/module.c | 2 +- src/uobject/module.h | 2 +- src/uobject/package.c | 2 +- src/uobject/package.h | 2 +- src/uobject/uobject.c | 2 +- src/uobject/uobject.h | 2 +- src/uobject/vfs.c | 2 +- src/uobject/vfs.h | 2 +- src/upkg.c | 2 +- src/upkg.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/engine/engine.c b/src/engine/engine.c index 1d9372c..618634c 100644 --- a/src/engine/engine.c +++ b/src/engine/engine.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/modplug-types.h b/src/engine/modplug-types.h index f806044..aa0094e 100644 --- a/src/engine/modplug-types.h +++ b/src/engine/modplug-types.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/music-dummymod.c b/src/engine/music-dummymod.c index a4c8666..c9094e7 100644 --- a/src/engine/music-dummymod.c +++ b/src/engine/music-dummymod.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/music-modplug.c b/src/engine/music-modplug.c index 39f03a1..867caff 100644 --- a/src/engine/music-modplug.c +++ b/src/engine/music-modplug.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/music-module.h b/src/engine/music-module.h index 66963b0..7324fed 100644 --- a/src/engine/music-module.h +++ b/src/engine/music-module.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/music.c b/src/engine/music.c index 4295a66..eb209bb 100644 --- a/src/engine/music.c +++ b/src/engine/music.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/music.h b/src/engine/music.h index 3a0011f..f74c1ab 100644 --- a/src/engine/music.h +++ b/src/engine/music.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/texture.c b/src/engine/texture.c index 362b0cb..b072eb1 100644 --- a/src/engine/texture.c +++ b/src/engine/texture.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/texture.h b/src/engine/texture.h index 24e729a..cb21209 100644 --- a/src/engine/texture.h +++ b/src/engine/texture.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libupkg.c b/src/libupkg.c index 94f0d12..178e235 100644 --- a/src/libupkg.c +++ b/src/libupkg.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pack.c b/src/pack.c index 1128a19..38a4f44 100644 --- a/src/pack.c +++ b/src/pack.c @@ -1,6 +1,6 @@ /* * Portable binary serialisation of integral types. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009 Nick Bowler * * Copying and distribution of this file, with or without modification, * are permitted in any medium without royalty provided the copyright diff --git a/src/pack.h b/src/pack.h index d47ddc4..7cc3440 100644 --- a/src/pack.h +++ b/src/pack.h @@ -1,6 +1,6 @@ /* * Portable binary serialisation of integral types. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009 Nick Bowler * * Copying and distribution of this file, with or without modification, * are permitted in any medium without royalty provided the copyright diff --git a/src/uobject/exportable.c b/src/uobject/exportable.c index 3d94cec..e927ba6 100644 --- a/src/uobject/exportable.c +++ b/src/uobject/exportable.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/exportable.h b/src/uobject/exportable.h index fd6a0d7..2d427df 100644 --- a/src/uobject/exportable.h +++ b/src/uobject/exportable.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/loadable.c b/src/uobject/loadable.c index 6035e51..0475d9a 100644 --- a/src/uobject/loadable.c +++ b/src/uobject/loadable.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/loadable.h b/src/uobject/loadable.h index 68d7772..e5de5ad 100644 --- a/src/uobject/loadable.h +++ b/src/uobject/loadable.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/module.c b/src/uobject/module.c index 2fa4402..88748a0 100644 --- a/src/uobject/module.c +++ b/src/uobject/module.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/module.h b/src/uobject/module.h index 35d7bac..2803526 100644 --- a/src/uobject/module.h +++ b/src/uobject/module.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/package.c b/src/uobject/package.c index 5b29afd..3b8091b 100644 --- a/src/uobject/package.c +++ b/src/uobject/package.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/package.h b/src/uobject/package.h index 47f6aa8..eb217aa 100644 --- a/src/uobject/package.h +++ b/src/uobject/package.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/uobject.c b/src/uobject/uobject.c index 6ad6f76..581ac07 100644 --- a/src/uobject/uobject.c +++ b/src/uobject/uobject.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/uobject.h b/src/uobject/uobject.h index b9e16fa..7319ee6 100644 --- a/src/uobject/uobject.h +++ b/src/uobject/uobject.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/vfs.c b/src/uobject/vfs.c index 8afb49b..819dbc2 100644 --- a/src/uobject/vfs.c +++ b/src/uobject/vfs.c @@ -1,6 +1,6 @@ /* * Functions for handling UObject package search paths. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uobject/vfs.h b/src/uobject/vfs.h index c0bdc4f..b94bf6b 100644 --- a/src/uobject/vfs.h +++ b/src/uobject/vfs.h @@ -1,6 +1,6 @@ /* * Functions for handling UObject package search paths. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/upkg.c b/src/upkg.c index 93b3c64..24df293 100644 --- a/src/upkg.c +++ b/src/upkg.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/upkg.h b/src/upkg.h index 4f93f9c..2885643 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.43.2