~ubuntu-branches/debian/squeeze/gnome-do-plugins/squeeze

« back to all changes in this revision

Viewing changes to BundledLibraries/libgoogle-data-mono-1.4.0.2/src/blogger/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-05-07 21:14:41 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090507211441-i6kxltm429t90x26
Tags: 0.8.1.3+dfsg-2
* debian/patches/00_use_system_gdata.dpatch: Patch build system to use
  system copy of gdata libs, allowing Google plugins to be enabled.
* debian/patches/00_dfsg_autofoo.dpatch: Drop, now obsolete.
* debian/control: Add libgdata1.4-cil build-dep for above.
* debian/patches/10_fix_rhythmbox_file.dpatch: Add. Look in the correct place
  for the rhythmbox database (Closes: #526337).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (c) 2006 Google Inc.
 
2
 *
 
3
 * Licensed under the Apache License, Version 2.0 (the "License");
 
4
 * you may not use this file except in compliance with the License.
 
5
 * You may obtain a copy of the License at
 
6
 *
 
7
 *     http://www.apache.org/licenses/LICENSE-2.0
 
8
 *
 
9
 * Unless required by applicable law or agreed to in writing, software
 
10
 * distributed under the License is distributed on an "AS IS" BASIS,
 
11
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
12
 * See the License for the specific language governing permissions and
 
13
 * limitations under the License.
 
14
*/
 
15
using System.Reflection;
 
16
using System.Runtime.CompilerServices;
 
17
 
 
18
 
 
19
[assembly: AssemblyDelaySign(false)]
 
20
[assembly: AssemblyKeyName("")]
 
21
[assembly: AssemblyTitle("Google Data API Blogger Library")]
 
22