Changeset 570

Show
Ignore:
Timestamp:
07/21/08 11:46:59
Author:
rachel
Message:

Added Apache license.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/include/openpgpsdk/accumulate.h

    r426 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/armour.h

    r560 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "packet-parse.h" 
    223#include "signature.h" 
  • openpgpsdk/trunk/include/openpgpsdk/compress.h

    r549 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/create.h

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/crypto.h

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/errors.h

    r565 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/final.h

    r387 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/* A header that is always included last, for things that need to come last */ 
    223 
  • openpgpsdk/trunk/include/openpgpsdk/keyring.h

    r560 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/lists.h

    r279 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/memory.h

    r319 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/packet-parse.h

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 * Parser for OpenPGP packets - headers. 
  • openpgpsdk/trunk/include/openpgpsdk/packet-show.h

    r368 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file  
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/packet.h

    r521 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 * packet related headers. 
  • openpgpsdk/trunk/include/openpgpsdk/random.h

    r516 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#ifdef WIN32 
    223#include <malloc.h> 
  • openpgpsdk/trunk/include/openpgpsdk/readerwriter.h

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#ifndef __OPS_READERWRITER_H__ 
    223#define __OPS_READERWRITER_H__ 
  • openpgpsdk/trunk/include/openpgpsdk/signature.h

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/std_print.h

    r566 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/streamwriter.h

    r519 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#ifndef __OPS_STREAMWRITER_H__ 
    223#define __OPS_STREAMWRITER_H__ 
  • openpgpsdk/trunk/include/openpgpsdk/types.h

    r470 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/util.h

    r516 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/include/openpgpsdk/validate.h

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
     22 
    123typedef struct 
    224    { 
  • openpgpsdk/trunk/include/openpgpsdk/version.h

    r315 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#define OPS_VERSION_MAJOR       0 
    223/* Set to the version next to be released */ 
  • openpgpsdk/trunk/src/app/openpgp.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** 
    223 \file Command line program to perform openpgp operations 
  • openpgpsdk/trunk/src/lib/adv_accumulate.c

    r565 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_armour.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 * \brief Code for dealing with ASCII-armoured packets 
  • openpgpsdk/trunk/src/lib/adv_compress.c

    r553 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_create.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_crypto.c

    r558 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <openpgpsdk/crypto.h> 
    223#include <openpgpsdk/random.h> 
  • openpgpsdk/trunk/src/lib/adv_errors.c

    r527 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 * \brief Error Handling 
  • openpgpsdk/trunk/src/lib/adv_fingerprint.c

    r521 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_hash.c

    r457 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_keyring.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_lists.c

    r426 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** 
    223 * \file 
  • openpgpsdk/trunk/src/lib/adv_memory.c

    r426 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_openssl_crypto.c

    r563 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_packet-parse.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 * \brief Parser for OpenPGP packets 
  • openpgpsdk/trunk/src/lib/adv_packet-show.c

    r521 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file  
    223 * 
  • openpgpsdk/trunk/src/lib/adv_readerwriter.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <fcntl.h> 
    223#ifndef WIN32 
  • openpgpsdk/trunk/src/lib/adv_signature.c

    r538 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_symmetric.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <openpgpsdk/crypto.h> 
    223#include <string.h> 
  • openpgpsdk/trunk/src/lib/adv_util.c

    r516 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file  
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_validate.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <openpgpsdk/packet-parse.h> 
    223#include <openpgpsdk/packet-show.h> 
  • openpgpsdk/trunk/src/lib/adv_writer_encrypt.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_writer_encrypt_se_ip.c

    r557 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/adv_writer_stream_encrypt_se_ip.c

    r557 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/keyring_local.h

    r558 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/parse_local.h

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file */ 
    223 
  • openpgpsdk/trunk/src/lib/random.c

    r470 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <openpgpsdk/random.h> 
    223 
  • openpgpsdk/trunk/src/lib/std_encrypt.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/src/lib/std_keyring.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/*! \file 
    223  \brief Standard API keyring functions 
  • openpgpsdk/trunk/src/lib/std_print.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/*! \file 
    223  \brief Standard API print functions 
  • openpgpsdk/trunk/src/lib/std_signature.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122/** \file 
    223 */ 
  • openpgpsdk/trunk/tests/test_cmdline.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "tests.h" 
    223 
  • openpgpsdk/trunk/tests/test_common.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <assert.h> 
    223#include <stdio.h> 
  • openpgpsdk/trunk/tests/test_crypt_mpi.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223 
  • openpgpsdk/trunk/tests/test_crypto.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223 
  • openpgpsdk/trunk/tests/test_packet_types.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223  
  • openpgpsdk/trunk/tests/test_rsa_decrypt.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "tests.h" 
    223 
  • openpgpsdk/trunk/tests/test_rsa_encrypt.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223  
  • openpgpsdk/trunk/tests/test_rsa_keys.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223 
  • openpgpsdk/trunk/tests/test_rsa_signature.c

    r568 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223 
  • openpgpsdk/trunk/tests/test_rsa_verify.c

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include "CUnit/Basic.h" 
    223 
  • openpgpsdk/trunk/tests/tests.c

    r569 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#include <assert.h> 
    223#include <stdio.h> 
  • openpgpsdk/trunk/tests/tests.h

    r567 r570  
     1/* 
     2 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 
     3 * All rights reserved. 
     4 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 
     5 * their moral rights under the UK Copyright Design and Patents Act 1988 to 
     6 * be recorded as the authors of this copyright work. 
     7 * 
     8 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 
     9 * use this file except in compliance with the License.  
     10 *  
     11 * You may obtain a copy of the License at  
     12 *     http://www.apache.org/licenses/LICENSE-2.0  
     13 *  
     14 * Unless required by applicable law or agreed to in writing, software  
     15 * distributed under the License is distributed on an "AS IS" BASIS,  
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     17 *  
     18 * See the License for the specific language governing permissions and 
     19 * limitations under the License. 
     20 */ 
     21 
    122#ifndef __TESTS__ 
    223#define __TESTS_